home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / gnu / djgpp / contrib / dvx / inc / x11 / xmu / curutil.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-07-15  |  1.1 KB  |  28 lines

  1. /*
  2.  * $XConsortium: CurUtil.h,v 1.1 89/07/19 15:40:17 jim Exp $
  3.  *
  4.  * Copyright 1988 by the Massachusetts Institute of Technology
  5.  *
  6.  * Permission to use, copy, modify, and distribute this software and its
  7.  * documentation for any purpose and without fee is hereby granted, provided 
  8.  * that the above copyright notice appear in all copies and that both that 
  9.  * copyright notice and this permission notice appear in supporting 
  10.  * documentation, and that the name of M.I.T. not be used in advertising
  11.  * or publicity pertaining to distribution of the software without specific, 
  12.  * written prior permission. M.I.T. makes no representations about the 
  13.  * suitability of this software for any purpose.  It is provided "as is"
  14.  * without express or implied warranty.
  15.  *
  16.  * The X Window System is a Trademark of MIT.
  17.  *
  18.  * The interfaces described by this header file are for miscellaneous utilities
  19.  * and are not part of the Xlib standard.
  20.  */
  21.  
  22. #ifndef _XMU_CURUTIL_H_
  23. #define _XMU_CURUTIL_H_
  24.  
  25. extern int XmuCursorNameToIndex();
  26.  
  27. #endif /* _XMU_CURUTIL_H_ */
  28.